home *** CD-ROM | disk | FTP | other *** search
/ Power Tools 1993 November - Disc 2 / Power Tools Plus (Disc 2 of 2)(November 1993)(HP).iso / hotlines / nethl / lu62 / lu62.txt next >
Text File  |  1980-01-04  |  2KB  |  32 lines

  1.       Migrating TPs to LU 6.2 API/XL Peer-to-Peer
  2.  
  3. Customers migrating to the peer-to-peer version (the Release 4.0
  4. version) of LU 6.2 API/XL from LU 6.2 API/V or from an earlier
  5. version of LU 6.2 API/XL might have to change their transaction
  6. programs.  Transaction programs will require modification if they
  7. perform either of the following functions:
  8.  
  9. 1.  Issue APPCCONTROL commands programmatically.
  10. 2.  Call the MCGetAllocate intrinsic to receive allocate requests
  11.     from remote TPs.
  12.  
  13. TPs that issue APPCCONTROL commands must be changed, because
  14. APPCCONTROL commands will be interpreted by a system UDC
  15. instead of by the MPE command interpreter.  The MPE COMMAND
  16. intrinsic (for issuing MPE commands programmatically) can be
  17. replaced with the MPE HPCICOMMAND intrinsic (for executing
  18. UDCs programmatically).  Or, the programmatic calls to
  19. APPCCONTROL commands can be replaced with calls to the new
  20. control operator intrinsics, which will perform the same
  21. functions as APPCCONTROL commands.  The control operator intrinsics
  22. will be included in the peer-to-peer version of LU 6.2 API/XL.
  23.  
  24. TPs that call the MCGetAllocate intrinsic must be changed, because
  25. the LocalTPName parameter of the MCGetAllocate intrinsic will be
  26. an input parameter in the peer-to-peer version of LU 6.2 API/XL.
  27. (It was an output parameter in previous versions of the product.)
  28.  
  29. The April 1992 edition (the Release 4.0 edition) of the LU 6.2 API
  30. Application Programmer's Reference Manual (30294-61000) will explain
  31. how to migrate transaction programs to the peer-to-peer version of
  32. LU 6.2 API/XL.  Instructions will be in appendix F of that manual.